home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 351-375 / 353 / aztecarp / glue / filerequest.asm < prev    next >
Encoding:
Assembly Source File  |  1995-03-14  |  165 b   |  15 lines

  1.     section    text,code
  2.  
  3.     xref    _ArpBase
  4.     xdef    _FileRequest
  5.  
  6. _FileRequest:
  7.     move.l    a6,-(sp)
  8.     move.l    _ArpBase,a6
  9.     move.l    8(sp),a0
  10.     jsr    -294(a6)
  11.     move.l    (sp)+,a6
  12.     rts
  13.  
  14.     end
  15.